home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 146 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.production.compuserve.com!news
  2. From: dpmullin@ix.netcom.com <75604.20@CompuServe.COM>
  3. Newsgroups: comp.lang.c,comp.lang.c++,alt.lang.asm
  4. Subject: Need source code for Serial Port
  5. Date: 2 Jan 1996 00:59:58 GMT
  6. Organization: CompuServe, Inc. (1-800-689-0736)
  7. Message-ID: <4ca02e$cna$2@mhadg.production.compuserve.com>
  8.  
  9. Please help me.
  10.  
  11. I am looking for a generic piece of code that will allow
  12. me to recieve information from the serial port on a PC.
  13. I only want code that will work in MS-DOS (I will take
  14. Windows code but prefer DOS).
  15.  
  16. I have a surplus Welch-Allyn HBD-E2 barcode decoder that I 
  17. will interface to a PC.
  18.  
  19. I can adjust the bit rate on the barcode decoder. It has a
  20. maximum bit rate of 9600 BPS. It can be adjusted for start
  21. and stop bits, and even or odd parity.
  22.  
  23. The PC I am using is an IBM PC/XT clone with 256k of ram.
  24. I use this to test software on ports because it is easier
  25. to fix in the event of a major error.
  26.  
  27. I want to be able to communicate with the 8250 UART chip.
  28.  
  29. I am looking for C source code or assembler code that
  30. will work with one of the systems mentioned below.
  31. I have the following compilers and assemblers: 
  32.                 Turbo C++ for DOS (ver 3.00)
  33.                 Turbo C++ for Windows (ver 3.10)
  34.                 Borland C++ development system (ver 4.00)
  35.                 Micro-Soft Visual C++ (ver 1.00)
  36.                 Turbo Assembler (ver 4.00)
  37.                 Micro-Soft Assembler (ver 6.11)
  38.  
  39. Please send any code or comments to:
  40.  
  41.                 dpmullin@ix.netcom.com
  42.  
  43.                MANY THANKS FOR ANY HELP.
  44.